golang.org/x/crypto/chacha20poly1305.xchacha20poly1305.key (field)

8 uses

	golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L36: 	key [KeySize]byte
		chacha20poly1305.go#L48: 	copy(ret.key[:], key)
		chacha20poly1305_amd64.go#L55: 	setupState(&state, &c.key, nonce)
		chacha20poly1305_amd64.go#L74: 	setupState(&state, &c.key, nonce)
		chacha20poly1305_generic.go#L41: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		chacha20poly1305_generic.go#L61: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		xchacha20poly1305.go#L60: 	copy(c.key[:], hKey)
		xchacha20poly1305.go#L82: 	copy(c.key[:], hKey)